Description
Removes the encryption, returns a copy of the blob. If the operation is ran on Document(s), xpath lets you specificy where to get the blob from (default: file:content).
Operation id | PDF.RemoveEncryption |
Category | Conversion |
Label | PDF: Remove Encryption |
Requires | |
Since | |
Parameters
Signature
Inputs | bloblist, blob, document, documents |
Outputs | bloblist, blob, blob, bloblist |
Implementation Information
JSON Definition
{
"id" : "PDF.RemoveEncryption",
"label" : "PDF: Remove Encryption",
"category" : "Conversion",
"requires" : null,
"description" : "Removes the encryption, returns a copy of the blob. If the operation is ran on Document(s), xpath lets you specificy where to get the blob from (default: file:content).",
"url" : "PDF.RemoveEncryption",
"signature" : [ "bloblist", "bloblist", "blob", "blob", "document", "blob", "documents", "bloblist" ],
"params" : [ {
"name" : "ownerPwd",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "xpath",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "file:content" ]
} ]
}